Gets or sets a value indicating whether this PropertyChangingEventArgs<(Of <(<'T>)>)> is cancel.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public bool Cancel { get; set; }
Visual Basic
Public Property Cancel As Boolean
	Get
	Set

Field Value

true if cancel; otherwise, false.

See Also